home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
203_01
/
cc.bat
< prev
next >
Wrap
DOS Batch File
|
1980-01-01
|
128b
|
7 lines
lc -ms -i\lc\ -i\lc\s\ YAM%1 >err%1
if errorlevel 1 goto err
goto done
:err
type err%1
:done